Skip to content

Commit

Permalink
fix topic url constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiryuriev committed May 4, 2013
1 parent 49f0e59 commit 3a2f932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/modules/admin/Admin.class.php
Expand Up @@ -263,8 +263,8 @@ public function CheckDuplicateTopicsUrl() {
foreach ($aData as $aRec) {
$aUrls[] = $aRec['topic_url'];
}
}
$aData = $this->oMapper->GetTopicsDataByUrl($aUrls);
$aData = $this->oMapper->GetTopicsDataByUrl($aUrls);
}
$aUrls = array();
$aUpdateData = array();
foreach ($aData as $nKey => $aRec) {
Expand Down

0 comments on commit 3a2f932

Please sign in to comment.