Cart work for payments and Paypal work to test
This commit is contained in:
@@ -124,7 +124,7 @@ class Config extends Kohana_Config {
|
||||
}
|
||||
|
||||
public static function moduleexist($module) {
|
||||
return array_key_exists($module,static::modules()) ? TRUE : FALSE;
|
||||
return array_key_exists(strtolower($module),static::modules()) ? TRUE : FALSE;
|
||||
}
|
||||
|
||||
public static function copywrite() {
|
||||
|
Reference in New Issue
Block a user