1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 22:25:31 +02:00

Admin News: respect positions of news-media - allowing admin to choose placement.

This commit is contained in:
Cameron
2016-07-29 13:36:42 -07:00
parent 70b2e96f6e
commit 1a07500b4f
2 changed files with 15 additions and 4 deletions

View File

@@ -686,7 +686,7 @@ class news_admin_ui extends e_admin_ui
{
if(is_array($postedImage))
{
return implode(",",array_filter($postedImage));
return implode(",", $postedImage);
}
else
{