Skip to content

Commit

Permalink
Update for php 5.5 +
Browse files Browse the repository at this point in the history
Signed-off-by: DavidJClark <david@noticeabledesigns.com>
  • Loading branch information
DavidJClark committed Oct 25, 2015
1 parent 58aa6bb commit 8c3a55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/TimetableData.class.php
Expand Up @@ -11,7 +11,7 @@

class TimetableData extends CodonData {

public function get_schedules($offset) {
public static function get_schedules($offset) {
$query = "SELECT * FROM ".TABLE_PREFIX."schedules
ORDER BY depicao ASC
LIMIT 30
Expand Down

0 comments on commit 8c3a55e

Please sign in to comment.