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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user