aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-07 16:39:29 -0700
committerfriendica <info@friendica.com>2012-10-07 16:39:29 -0700
commitc612253627019c146b8a49d6f927b475cac8be2f (patch)
tree506d0d074bb1baa636a62df12c33706c3200037f /boot.php
parent40ac736fc795d6a05a2df1874ff85ec1b25e363a (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 7e4cbbada..7d4310413 100644
--- a/boot.php
+++ b/boot.php
@@ -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)