diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-11 10:54:04 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-11 10:54:04 +0100 |
commit | 4e9440396cbff64e1ffbe3025a2e02baeb41f9c0 (patch) | |
tree | 445d37153463af585541d581532fa7aab24213f6 /mod/display.php | |
parent | 107f80892a19f0ccd0cd30a0e3fc5ce3a41829b7 (diff) | |
download | volse-hubzilla-4e9440396cbff64e1ffbe3025a2e02baeb41f9c0.tar.gz volse-hubzilla-4e9440396cbff64e1ffbe3025a2e02baeb41f9c0.tar.bz2 volse-hubzilla-4e9440396cbff64e1ffbe3025a2e02baeb41f9c0.zip |
remove superfluous return
Diffstat (limited to 'mod/display.php')
-rw-r--r-- | mod/display.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/display.php b/mod/display.php index ac1de17ca..40427846b 100644 --- a/mod/display.php +++ b/mod/display.php @@ -329,6 +329,5 @@ function display_content(&$a, $update = 0, $load = false) { } */ - return $o; } |