]> git.mxchange.org Git - friendica.git/blobdiff - mod/starred.php
fix some method names (camelcase) in Probe.php and Lock.php
[friendica.git] / mod / starred.php
index c23b07b8b595b22757b0fd1a0c7f31f4eed5ac3c..e1b38cfc4c9133edf547eeb59303ec81f2b24aec 100644 (file)
@@ -1,7 +1,8 @@
 <?php
 
+use Friendica\App;
 
-function starred_init(App &$a) {
+function starred_init(App $a) {
 
        require_once("include/threads.php");