Skip to content

Commit b59e127

Browse files
committed
Fixed Zend reverse route.
1 parent 04c47ce commit b59e127

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SimplePagesPlugin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ public function hookDefineRoutes($args)
212212
),
213213
array(
214214
1 => 'slug',
215-
)
215+
),
216+
'%s'
216217
));
217218
}
218219

0 commit comments

Comments
 (0)