]> 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 9744b9f239b246a595f3b722b7e4e7c5dda13c39..7506834cf502b27513371e42ec4dc6831adbd8de 100644 (file)
@@ -1,9 +1,11 @@
 <?php
 
+use Friendica\App;
+
 require_once('include/security.php');
 require_once('include/Photo.php');
 
-function photo_init(App &$a) {
+function photo_init(App $a) {
        global $_SERVER;
 
        $prvcachecontrol = false;