aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Activity.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Widget/Activity.php')
-rw-r--r--Zotlabs/Widget/Activity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Activity.php b/Zotlabs/Widget/Activity.php
index 34e0f67dc..19f7acadb 100644
--- a/Zotlabs/Widget/Activity.php
+++ b/Zotlabs/Widget/Activity.php
@@ -17,7 +17,7 @@ class Activity {
$o = '';
if(is_array($arr) && array_key_exists('limit',$arr))
- $limit = " limit " . intval($limit) . " ";
+ $limit = " limit " . intval($arr['limit']) . " ";
else
$limit = '';