diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/news/edit_news.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/news/edit_news.php b/app/views/news/edit_news.php index 2559d06..48f3baa 100644 --- a/app/views/news/edit_news.php +++ b/app/views/news/edit_news.php @@ -221,6 +221,7 @@ ]) ?> </div> <div class="news_area_selected"> + <? $area_count = 0; ?> <? foreach ($area_structure as $area_key => $area_data) : ?> <? if (isset($area_options_selected[$area_key])) : ?> <? $area_count += count($area_options_selected[$area_key]) ?> |
