mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
Allow editing existing ads even if the ads limit is reached
This commit is contained in:
parent
97aab57bc6
commit
8ede266bc2
@ -558,7 +558,7 @@ class AdvsController extends PublicController
|
||||
$this->messages->error(trans('visiosoft.module.advs::message.please_buy_package'));
|
||||
return redirect('/');
|
||||
}
|
||||
} else {
|
||||
} elseif ($adv->slug == '') {
|
||||
$this->messages->error(trans('visiosoft.module.advs::message.max_ad_limit.title'));
|
||||
return redirect('/');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user