Ticket #547 (closed Bug: fixed)
format:: helper bug - non-static method
| Reported by: | Nowaker | Owned by: | PugFish |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.2 |
| Component: | Helpers | Version: | SVN HEAD |
| Keywords: | format helper static | Cc: |
Description
In file: http://trac.kohanaphp.com/browser/trunk/system/helpers/format.php Is:
public function url($str = '')
Should be:
public static function url($str = '')
Change History
Note: See
TracTickets for help on using
tickets.
