Avoid access to array key that does not exist
authorphysikerwelt <wiki@physikerwelt.de>
Fri, 27 Feb 2015 21:53:56 +0000 (16:53 -0500)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 28 Feb 2015 12:28:15 +0000 (12:28 +0000)
commit0a6912f20f1b509efb333c6c3d67258a0389a483
tree64c093e420d696f31fe446a27ecb5b2d8005033a
parent0aa24a3ce11c3fd45d7c466fe17f2b5355019d87
Avoid access to array key that does not exist

Accessing an array element that is not set
causes a PHP notice. This change first, checks if the
array key is present.

Bug: T91127
Change-Id: I468a95851e6acdb8186a06b0a2ac73499cc4611f
includes/Import.php