Fix Getter

This commit is contained in:
MaZderMind 2015-04-01 21:04:00 +02:00
parent b468a665f5
commit a5414a6a48

View file

@ -210,7 +210,7 @@ class Schedule extends ModelBase
private function getScheduleUrl()
{
return get('SCHEDULE.URL');
return $this->get('SCHEDULE.URL');
}
private function isCacheEnabled()