latest update
[namibia] / module / PriceGuide / src / PriceGuide / Service / PriceGuide.php
index 8456975..b846761 100644 (file)
@@ -159,7 +159,7 @@ class PriceGuide extends \PriceGuide\DataBin\PriceGuide
                $authData = \Utility\Registry::getAuthData();
                $fromCompanyId  = isset($authData['company']['id']) ? $authData['company']['id'] : null;
                $fromProfileId  = isset($authData['id']) ? $authData['id'] : null;
-               exec("php /var/www/B4C2/public/index.php priceguide notify "
+               exec("php /var/www/namibia/public/index.php priceguide notify "
                                . $record->id
                                . " $fromCompanyId $fromProfileId  > /dev/null &");
                if ($prevListingId)