Added Payment, other minor fixes
This commit is contained in:
@@ -98,7 +98,7 @@ abstract class lnApp_Config extends Kohana_Config {
|
||||
* Show a date using a site configured format
|
||||
*/
|
||||
public static function date($date) {
|
||||
return $date ? date(Kohana::config('config.date_format'),$date) : '>Not Set<';
|
||||
return $date ? date(Kohana::config('config.date_format'),$date) : '>Not Set<';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user