diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ foreach ($storiesDirContent as $storyName) { } } +ksort($stories, SORT_STRING); + $currentStoryName = visibleName($currentStory); function printEntities($entities, $storyName = NULL) { |