diff options
author | friendica <info@friendica.com> | 2013-02-10 16:04:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-10 16:04:03 -0800 |
commit | 2cfd73c57da302a1171f22a5b1b73a5d2195d3ad (patch) | |
tree | 4d65185655ed1c4962a889841998de7e5ef05d32 /mod/update_display.php | |
parent | 99c5f88963227a48544747e9dc8b13550b88c0f2 (diff) | |
download | volse-hubzilla-2cfd73c57da302a1171f22a5b1b73a5d2195d3ad.tar.gz volse-hubzilla-2cfd73c57da302a1171f22a5b1b73a5d2195d3ad.tar.bz2 volse-hubzilla-2cfd73c57da302a1171f22a5b1b73a5d2195d3ad.zip |
progress on mod/display - slow but any progress is good
Diffstat (limited to 'mod/update_display.php')
-rw-r--r-- | mod/update_display.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/update_display.php b/mod/update_display.php index e23b29399..c8eb9c3a3 100644 --- a/mod/update_display.php +++ b/mod/update_display.php @@ -8,6 +8,8 @@ require_once('include/group.php'); function update_display_content(&$a) { $profile_uid = intval($_GET['p']); + if(! $profile_uid) + $profile_uid = (-1); $load = (((argc() > 1) && (argv(1) == 'load')) ? 1 : 0); header("Content-type: text/html"); echo "<!DOCTYPE html><html><body>\r\n"; |