]> git.mxchange.org Git - friendica.git/blobdiff - mod/photo.php
Merge pull request #3518 from AndyHee/3.5.2rc
[friendica.git] / mod / photo.php
index a94a3ac2ce57eb97f260689e6cb699b2766ce94f..7506834cf502b27513371e42ec4dc6831adbd8de 100644 (file)
@@ -1,9 +1,11 @@
 <?php
 
+use Friendica\App;
+
 require_once('include/security.php');
 require_once('include/Photo.php');
 
-function photo_init(&$a) {
+function photo_init(App $a) {
        global $_SERVER;
 
        $prvcachecontrol = false;