Password Reset Validation, Removal of unnessary files, Service display updates
This commit is contained in:
@@ -65,7 +65,7 @@ class Config extends Kohana_Config {
|
||||
}
|
||||
|
||||
public static function date($date) {
|
||||
return is_null($date) ? NULL : date(Company::instance()->date_format(),$date);
|
||||
return is_null($date) ? ' ' : date(Company::instance()->date_format(),$date);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user