]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/Object/Hooks.pm
Podfixes.
[kivitendo-erp.git] / SL / DB / Object / Hooks.pm
index ac3b0a2e60cf5779041c30d513db04a7b3951799..3839286ba141f50a702cac9f346fda513970de80 100644 (file)
@@ -121,8 +121,8 @@ C<after_xyz> function names above.
 An exception of C<SL::X::DBHookError> is thrown if any of the hooks
 returns a falsish value.
 
-This function is supposed to be called by L</SL::DB::Object::load>,
-L</SL::DB::Object::save> or L</SL::DB::Object::delete>.
+This function is supposed to be called by L<SL::DB::Object/"load">,
+L<SL::DB::Object/"save"> or L<SL::DB::Object/"delete">.
 
 =back