diff options
author | friendica <info@friendica.com> | 2014-06-10 22:35:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-10 22:35:15 -0700 |
commit | 3dfcfbf85cbbdc93b19549faed56e2dc593175d7 (patch) | |
tree | 06d6ed98eaf81259f2e723231e51f73528658b35 /mod/display.php | |
parent | 13ba9ef0037656b1e12d627f767fc2fc8781632a (diff) | |
download | volse-hubzilla-3dfcfbf85cbbdc93b19549faed56e2dc593175d7.tar.gz volse-hubzilla-3dfcfbf85cbbdc93b19549faed56e2dc593175d7.tar.bz2 volse-hubzilla-3dfcfbf85cbbdc93b19549faed56e2dc593175d7.zip |
issue #433
Diffstat (limited to 'mod/display.php')
-rw-r--r-- | mod/display.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/display.php b/mod/display.php index 8eb271b9c..4c30ae554 100644 --- a/mod/display.php +++ b/mod/display.php @@ -166,6 +166,7 @@ function display_content(&$a, $update = 0, $load = false) { $updateable = true; } + } if($r === null) { |