We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb869e commit eb6a46eCopy full SHA for eb6a46e
1 file changed
library/ViMbAdmin/Plugin.php
@@ -70,6 +70,7 @@ public function update( $controller, $action, $hook, OSS_Controller_Action $cont
70
$hookfn = "{$controller}_{$action}_{$hook}";
71
if( method_exists( $this, $hookfn ) )
72
return $this->$hookfn( $controllerObject, $params );
73
+ return true;
74
}
75
76
0 commit comments