summaryrefslogtreecommitdiff
path: root/protected/models/Veranstaltung.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/models/Veranstaltung.php')
-rw-r--r--protected/models/Veranstaltung.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/models/Veranstaltung.php b/protected/models/Veranstaltung.php
index 64c7854..0e4d9b8 100644
--- a/protected/models/Veranstaltung.php
+++ b/protected/models/Veranstaltung.php
@@ -124,7 +124,7 @@ class Veranstaltung extends CActiveRecord
public function behaviors() {
return array(
- 'LoggableBehavior'=>'application.modules.auditTrail.behaviors.LoggableBehavior',
+ // 'LoggableBehavior'=>'application.modules.auditTrail.behaviors.LoggableBehavior',
);
}
} \ No newline at end of file