summaryrefslogtreecommitdiff
path: root/app/php/model/Calendar.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/model/Calendar.php')
-rw-r--r--app/php/model/Calendar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/php/model/Calendar.php b/app/php/model/Calendar.php
index 9de4920..b49bf92 100644
--- a/app/php/model/Calendar.php
+++ b/app/php/model/Calendar.php
@@ -42,7 +42,7 @@ class Calendar extends ActiveRecord {
return parent::finder($className);
}
- const CUSTOM_IMAGE_PATH = '../../resources/images/calendars/';
+ const CUSTOM_IMAGE_PATH = 'resources/images/calendars';
public function getCustomImageUrl() {
if ($this->CustomImage) {