From: Rabuzarus Date: Fri, 26 Dec 2014 11:54:23 +0000 (+0100) Subject: removed Pagination X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f59e574068e1bab0345fb66a6e9877871f755040;p=friendica.git removed Pagination --- diff --git a/mod/photos.php b/mod/photos.php index 2521a1cf0b..d3300c8005 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1267,7 +1267,6 @@ function photos_content(&$a) { )); $o .= '
'; - $o .= paginate($a); return $o;