diff options
author | Friendika <info@friendika.com> | 2011-02-10 21:25:24 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-10 21:25:24 -0800 |
commit | fc5a3cac14d40286f0daf909b0243725a8ef76e3 (patch) | |
tree | 7aa7768d0f050bb18e1fe46e6dc0a9741e65df3b /index.php | |
parent | bd4e7249a347b012c34d23a739b56cb6aea63240 (diff) | |
download | volse-hubzilla-fc5a3cac14d40286f0daf909b0243725a8ef76e3.tar.gz volse-hubzilla-fc5a3cac14d40286f0daf909b0243725a8ef76e3.tar.bz2 volse-hubzilla-fc5a3cac14d40286f0daf909b0243725a8ef76e3.zip |
post to FB is working
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ if(strlen($a->module)) { include("mod/{$a->module}.php"); $a->module_loaded = true; } - else { + if(! $a->module_loaded) { if((x($_SERVER,'QUERY_STRING')) && ($_SERVER['QUERY_STRING'] === 'q=internal_error.html') && isset($dreamhost_error_hack)) { logger('index.php: dreamhost_error_hack invoked. Original URI =' . $_SERVER['REQUEST_URI']); goaway($a->get_baseurl() . $_SERVER['REQUEST_URI']); |