Ticket #547 (closed Bug: fixed)

Opened 8 months ago

Last modified 8 months ago

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

Changed 8 months ago by PugFish

  • owner changed from - No owner - to PugFish
  • component changed from Libraries to Helpers
  • milestone changed from 2.1.2 to 2.2

Changed 8 months ago by PugFish

  • status changed from new to closed
  • resolution set to fixed

Fixed in r2451

Note: See TracTickets for help on using tickets.