remove superfluous return

This commit is contained in:
Mario Vavti 2016-03-11 10:54:04 +01:00
parent 107f80892a
commit 4e9440396c

View File

@ -329,6 +329,5 @@ function display_content(&$a, $update = 0, $load = false) {
}
*/
return $o;
}