]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Merge pull request #2905 from annando/1611-performance-again
[friendica.git] / mod / photos.php
index edaba5a9027c7427e8c62f80be4db92a7846264a..1730a9b60c14694126d7320e3766c6077f4870d0 100644 (file)
@@ -21,8 +21,6 @@ function photos_init(&$a) {
 
        nav_set_selected('home');
 
-       $o = '';
-
        if ($a->argc > 1) {
                $nick = $a->argv[1];
                $user = qu("SELECT * FROM `user` WHERE `nickname` = '%s' AND `blocked` = 0 LIMIT 1",