-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
1.9
-
None
-
Easy
-
MOODLE_19_STABLE
Individual blog post are not shown due to
error in sql query caused by a "space" char that is missing.
here is a quick fix:
open file : mod/oublog/locallib.php
inside function: oublog_get_posts()
change line:
$sqlwhere = " bi.oublogid = $oublog->id";
to:
$sqlwhere = " bi.oublogid = $oublog->id ";
(missing space char after the id)
btw. great blog module!!!
- duplicates
-
CONTRIB-2447 OU blog: missing whitespace on individual blogs breaks MySQL
-
- Resolved
-