projects
/
mobi
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e4529
)
Edit ad, not show 'new' field when all languages
author
Gusa
<gu.martinm@gmail.com>
Sun, 16 Dec 2012 05:04:16 +0000
(06:04 +0100)
committer
Gusa
<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
patch
|
blob
|
history
diff --git
a/lib/form/doctrine/AdForm.class.php
b/lib/form/doctrine/AdForm.class.php
index
c3105d6
..
222bb2a
100644
(file)
--- a/
lib/form/doctrine/AdForm.class.php
+++ b/
lib/form/doctrine/AdForm.class.php
@@
-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())