Leenooks customisations for Kohana

Conflicts:
	application/bootstrap.php
	modules/unittest/bootstrap.php
	system/tests/kohana/CoreTest.php
This commit is contained in:
Deon George
2013-04-22 14:21:45 +10:00
parent 85be61ab8b
commit 21171188eb
11 changed files with 103 additions and 339 deletions

View File

@@ -92,7 +92,7 @@ class Kohana_Minion_CLI {
{
foreach ($values as $opt => $value)
{
if ( ! in_array($opt, $options))
if ( ! in_array($opt, $options, TRUE))
{
// Set the given value
unset($values[$opt]);