]> source.dussan.org Git - nextcloud-server.git/commit
Fix invalid `ini_set` directives
authorLukas Reschke <lukas@owncloud.com>
Wed, 18 Feb 2015 14:18:27 +0000 (15:18 +0100)
committerLukas Reschke <lukas@owncloud.com>
Wed, 18 Feb 2015 14:18:27 +0000 (15:18 +0100)
commit593681a4a96aee0f99d24b19aa23bef7eb294882
tree4fbb61a1e886868bba10b52a233a693d16c22fdc
parent610761d1f735b78cec2025f04a705d3bff181433
Fix invalid `ini_set` directives

Somehow they got messed up. Because PHP does automatic type juggling this has worked before as well however it's not guaranteed that this might work in the future as well.
lib/base.php