aboutsummaryrefslogtreecommitdiffstats
path: root/mod/post.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/post.php')
-rw-r--r--mod/post.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/post.php b/mod/post.php
index 6a5c919e1..2778621d3 100644
--- a/mod/post.php
+++ b/mod/post.php
@@ -17,6 +17,8 @@ function post_init(&$a) {
if(argc() > 1) {
$webbie = argv(1);
}
+ else
+ $webbie = '';
if(array_key_exists('auth',$_REQUEST)) {
logger('mod_zot: auth request received.');