Skip to content

Commit

Permalink
fixed cron config
Browse files Browse the repository at this point in the history
  • Loading branch information
Oke Ugwu committed Jul 2, 2015
1 parent 1e1ba73 commit d2c60af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Cme/Helpers/InstallerHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ private static function _getBackgroundProcesses()
public static function generateCrontabConfig($instances = 1)
{
$config = "";
foreach(self::_getBackgroundProcesses() as $p)
foreach(self::_getBackgroundProcesses() as $p => $className)
{
for($i = 0; $i < $instances; $i++)
{
Expand Down

0 comments on commit d2c60af

Please sign in to comment.