diff options
Diffstat (limited to '')
-rw-r--r-- | include/category_default.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/category_default.inc.php b/include/category_default.inc.php index 47f8fcd27..7201c7bb8 100644 --- a/include/category_default.inc.php +++ b/include/category_default.inc.php @@ -85,7 +85,8 @@ foreach ($pictures as $row) array( 'image_id' => $row['id'], 'image_file' => $row['file'] - ) + ), + array('start') ); $template->assign_block_vars( |