diff options
author | friendica <info@friendica.com> | 2012-10-07 16:39:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-07 16:39:29 -0700 |
commit | c612253627019c146b8a49d6f927b475cac8be2f (patch) | |
tree | 506d0d074bb1baa636a62df12c33706c3200037f /boot.php | |
parent | 40ac736fc795d6a05a2df1874ff85ec1b25e363a (diff) | |
download | volse-hubzilla-c612253627019c146b8a49d6f927b475cac8be2f.tar.gz volse-hubzilla-c612253627019c146b8a49d6f927b475cac8be2f.tar.bz2 volse-hubzilla-c612253627019c146b8a49d6f927b475cac8be2f.zip |
fix some issues that couldn't be tested yesterday - as was working offline
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -663,7 +663,7 @@ if(! class_exists('App')) { $this->widgets[] = array('title' => $title, 'html' => $html, 'location' => $location); } - function get_widgets($location) { + function get_widgets($location = '') { if($location && count($this->widgets)) { $ret = array(); foreach($widgets as $w) |