summaryrefslogtreecommitdiff
path: root/feed_lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'feed_lib.php')
-rw-r--r--feed_lib.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/feed_lib.php b/feed_lib.php
index 5bbffcb..a73bc4f 100644
--- a/feed_lib.php
+++ b/feed_lib.php
@@ -15,6 +15,8 @@ function feed_get_actions( $pListHash ) {
$conjugationQuery = "SELECT * FROM feed_conjugation";
$overrides = $gBitDb->getAssoc( $conjugationQuery );
+ $actions = array();
+
while ( $action = $res->fetchRow() ){
if( $content = LibertyContent::getLibertyObject($action['content_id']) ) {
$contentType = $content->getContentType();