mirror of
https://github.com/processwire/processwire.git
synced 2025-08-18 20:41:16 +02:00
A couple of minor fixes
This commit is contained in:
@@ -1038,7 +1038,6 @@ class MarkupQA extends Wire {
|
||||
$path = null;
|
||||
|
||||
if($this->isPagePathHooked()) {
|
||||
$this->warning("page path is hooked");
|
||||
$page = $pages->get($pageID);
|
||||
if($page->id) {
|
||||
if($language && $language->id) {
|
||||
|
Reference in New Issue
Block a user