Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.6, 2.1.3, 2.2, 2.3
-
Component/s: Blog
-
Environment:Appeared on qa.moodle.net and my own test servers
-
Database:MySQL
-
Testing Instructions:
-
Affected Branches:MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE
-
Fixed Branches:MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip-
MDL-30541-master -
Pull Master Diff URL:
Description
The following PHP error is displayed as a page is loading for a single blog entry.
Notice: Trying to get property of non-object in D:\xampp\htdocs\moodle_testing\blog\rsslib.php on line 60
|
Replication steps:
- Log in in any role
- Navigate to Site pages -> Blogs
- If there are no blog entries, add one
- Click on the title for a blog entry
The error above is displayed as the page is loaded.
Unlike MDL-30540, this affects all 2.x branches, but it must be a recent regression as my master from a couple of weeks ago did not show this problem.