diff --git a/include/url.php b/include/url.php index b3451f1..4dee6c8 100644 --- a/include/url.php +++ b/include/url.php @@ -39,7 +39,7 @@ class Url { // we are working on an existing url if($oRow) { - $this->iUrlId = $iUrlId; + $this->iUrlId = $oRow->id; $this->sDescription = $oRow->description; $this->iAppId = $oRow->appId; $this->iVersionId = $oRow->versionId;