Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.5.14, 3.7.8, 3.8.5, 3.9.2, 3.9.3, 3.10, 3.11.7, 4.0.1
Description
There are a couple of places which have this madness.
We must remember that:
'false' == true
|
See:
2049 im:master> gg "'true'" | grep php | grep service
|
lib/db/services.php: 'ajax' => 'true'
|
lib/db/services.php: 'ajax' => 'true'
|
lib/db/services.php: 'ajax' => 'true'
|
lib/db/services.php: 'ajax' => 'true'
|
lib/db/services.php: 'ajax' => 'true'
|
lib/db/services.php: 'ajax' => 'true'
|
lib/db/services.php: 'ajax' => 'true',
|
lib/db/services.php: 'ajax' => 'true',
|
lib/db/services.php: 'ajax' => 'true',
|
lib/db/services.php: 'ajax' => 'true',
|
lib/db/services.php: 'ajax' => 'true',
|
lib/db/services.php: 'ajax' => 'true',
|
media/player/videojs/db/services.php: 'ajax' => 'true',
|
In this case they're all fine, and there are no instances of 'false', but we should still fix it.
Attachments
Issue Links
- Discovered while testing
-
MDL-74287 Early (web) installation steps lead to table does not exist errors
-
- Closed
-