summaryrefslogtreecommitdiff
path: root/protected/models/Verein.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/models/Verein.php')
-rw-r--r--protected/models/Verein.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/models/Verein.php b/protected/models/Verein.php
index 83fc21f..8556f48 100644
--- a/protected/models/Verein.php
+++ b/protected/models/Verein.php
@@ -106,7 +106,7 @@ class Verein extends CActiveRecord
$criteria->compare('url',$this->url,true);
$criteria->compare('bild',$this->bild,true);
$criteria->compare('email',$this->email,true);
- $criteria->compare('slug',$this->slug,true);
+ $criteria->compare('slug',$this->slug);
$criteria->compare('kontaktdaten',$this->kontaktdaten,true);
$criteria->compare('beschreibung',$this->beschreibung,true);
$criteria->compare('standort_id',$this->standort_id);