1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

Default Author fix for userpicker() with admin-ui

This commit is contained in:
Cameron
2016-06-07 10:40:14 -07:00
parent 3cff407d62
commit 3dbcf5e802
3 changed files with 9 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ else
$color = "cccccc";
}
ob_clean(); // Precaution - clearout utf-8 BOM or any other garbage in e107_config.php
$sim->render($code,$color);
exit;