summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/php/model/Calendar.php2
l---------app/php/resources1
2 files changed, 2 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) {
diff --git a/app/php/resources b/app/php/resources
new file mode 120000
index 0000000..bc76415
--- /dev/null
+++ b/app/php/resources
@@ -0,0 +1 @@
+../../resources \ No newline at end of file