aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Outbox.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Outbox.php')
-rw-r--r--Zotlabs/Module/Outbox.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Outbox.php b/Zotlabs/Module/Outbox.php
index 503b464d1..24a3399a5 100644
--- a/Zotlabs/Module/Outbox.php
+++ b/Zotlabs/Module/Outbox.php
@@ -76,7 +76,7 @@ class Outbox extends Controller {
App::set_pager_itemspage(30);
}
- if (App::$pager['unset'] && $total > 30) {
+ if (isset(App::$pager['unset']) && $total > 30) {
$ret = Activity::paged_collection_init($total, App::$query_string);
}
else {