Skip to content

Commit 3a8a2b4

Browse files
committed
version fix
1 parent c6c159f commit 3a8a2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/module.config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// compatibility with zend > 2.5
1212
$controllerType = 'ControllerLoader';
1313
if (class_exists('\Zend\Version\Version')) {
14-
if (\Zend\Version\Version::compareVersion('2.5.3') <= 0) {
14+
if (\Zend\Version\Version::compareVersion('2.5.1') <= 0) {
1515
$controllerType = 'ControllerManager';
1616
}
1717
}

0 commit comments

Comments
 (0)