]> git.mxchange.org Git - friendica.git/blobdiff - include/plugin.php
Merge https://github.com/friendica/friendica into pull
[friendica.git] / include / plugin.php
index d6f81b8172b7d00dda946b1ee17e5781f14c002a..8f6d6ea9858ee03fc9855e2c47811e1fd5aee31f 100644 (file)
@@ -162,7 +162,6 @@ function call_hooks($name, &$data = null) {
        $a = get_app();
 
        if((is_array($a->hooks)) && (array_key_exists($name,$a->hooks))) {
-       logger('call_hooks ' . print_r($a->hooks[$name],true) , LOGGER_DEBUG);
                foreach($a->hooks[$name] as $hook) {
                        @include_once($hook[0]);
                        if(function_exists($hook[1])) {
@@ -257,6 +256,7 @@ function get_theme_info($theme){
                'author' => array(),
                'maintainer' => array(),
                'version' => "",
+               'credits' => "",
                'experimental' => false,
                'unsupported' => false
        );