Skip to content

Commit

Permalink
BookmarkedModule fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tburry committed May 18, 2012
1 parent ff45a29 commit c09e11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/vanilla/modules/class.bookmarkedmodule.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function GetData() {
$this->SetData('Bookmarks', $Bookmarks);
} else {

$this->SetData('Bookmarks', Gdn_DataSet());
$this->SetData('Bookmarks', new Gdn_DataSet());
}
}
}
Expand Down

0 comments on commit c09e11b

Please sign in to comment.