Added comment about not using ignoreErrors()
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 1 Oct 2013 20:07:59 +0000 (13:07 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 1 Oct 2013 20:08:43 +0000 (13:08 -0700)
commitcef0b81cdc39f98fe7a3342b42ed43da03f4e22d
treeea7f49da3f4e0c9fe63b621fce805703f75cbe20
parent891fecfa0e81ef4eab5ac5da9231a4315cec851c
Added comment about not using ignoreErrors()

* Using this makes it easy to forget to restore the old value, which then
  complicates anything that inserts to the DB.
* Also removed mention of the flag from some places.

Change-Id: I838183222518e0d008dee47ec8df6b3f3dc578e9
includes/DefaultSettings.php
includes/db/Database.php