]> git.mxchange.org Git - friendica.git/blobdiff - mod/manage.php
Merge pull request #3121 from annando/1701-bugfix-config
[friendica.git] / mod / manage.php
index bb9dfc313cf275ca68eb28055e2aca50649ed0ba..4beb8e46c65384d545951fb39d7b72df37769dc6 100644 (file)
@@ -3,7 +3,7 @@
 require_once("include/text.php");
 
 
-function manage_post(&$a) {
+function manage_post(App $a) {
 
        if (! local_user()) {
                return;
@@ -92,7 +92,7 @@ function manage_post(&$a) {
 
 
 
-function manage_content(&$a) {
+function manage_content(App $a) {
 
        if (! local_user()) {
                notice( t('Permission denied.') . EOL);