Edit ad, not show 'new' field when all languages
authorGusa <gu.martinm@gmail.com>
Sun, 16 Dec 2012 05:04:16 +0000 (06:04 +0100)
committerGusa <gu.martinm@gmail.com>
Sun, 16 Dec 2012 05:04:16 +0000 (06:04 +0100)
Fixed error in comment.

lib/form/doctrine/AdForm.class.php

index c3105d6..222bb2a 100644 (file)
@@ -242,7 +242,7 @@ class AdForm extends BaseAdForm
     //Using Doctrine_Collection_Iterator
     $iterator = $languages->getIterator();
 
-    //Doctrine_Collection with the available descriptions for our ad
+    //Doctrine_Collection with the current descriptions for our ad
     $adDescriptions = AdDescriptionTable::getInstance()->findByAdId($this->getObject()->getId());
 
     while ($language = $iterator->current())