mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
b2961ccb0c
Title::newFromId() can return null, and if this were the case the instance caching would never work, so it would continually make useless database queries. Initialize the $title member variable as false to begin with, and use that to check whether we've already checked Title::newFromId(). Change-Id: Id07c2c963ffcd03e212bed0a666735bcb68b92e0 |
||
---|---|---|
.. | ||
AbstractEntity.php | ||
Event.php | ||
Notification.php | ||
TargetPage.php |