Skip to content

Commit

Permalink
Adding change to CI working, would need to upgrade as per #11 also ad…
Browse files Browse the repository at this point in the history
…ded example cron entry
  • Loading branch information
Thomas Greer authored and Thomas Greer committed May 20, 2015
1 parent 1c1994e commit 8a060b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions acserver.cron
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* * * * * /usr/bin/php /var/www/acserver/index.php batch_update_from_carddb 2>&1 >> /var/log/acserver_update.log
4 changes: 2 additions & 2 deletions system/core/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ function &get_config($replace = array())
}
}
}

return $_config[0] =& $config;
$_config[0] =& $config;
return $_config[0];
}
}

Expand Down

0 comments on commit 8a060b6

Please sign in to comment.