fixed a problem deleting a language translations
This commit is contained in:
@@ -285,6 +285,7 @@ class Content extends BaseContent {
|
||||
|
||||
$c->add ( ContentPeer::CON_LANG, $lanId );
|
||||
$result = ContentPeer::doSelectRS ( $c );
|
||||
$result->setFetchmode(ResultSet::FETCHMODE_ASSOC);
|
||||
$result->next ();
|
||||
$row = $result->getRow ();
|
||||
while ( is_array ( $row ) ) {
|
||||
|
||||
Reference in New Issue
Block a user