mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
Fix CLI script to work with namespaces.
This commit is contained in:
@ -197,7 +197,7 @@ class Source {
|
||||
* @return boolean True if the source page has content.
|
||||
*/
|
||||
public function hasContent() {
|
||||
return $this->content != null;
|
||||
return $this->getContent() != null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user