Ensure that $call['args'] is set before using it
authorKevin Israel <pleasestand@live.com>
Sun, 13 Oct 2013 13:49:03 +0000 (09:49 -0400)
committerKevin Israel <pleasestand@live.com>
Sun, 13 Oct 2013 14:31:06 +0000 (10:31 -0400)
commitb82259ee3948e31c8a11f8d668527bf8c8848896
tree9f937accd7f4ab583602d502c87943c404af416f
parent8523ff6c8187b6a29549587fbde46891a5cce815
Ensure that $call['args'] is set before using it

Fixes PHP Notice:  Undefined index: args in /home/ki/Projects/mediawiki/
core/includes/Exception.php on line 755 when running code from
maintenance/eval.php .

Change-Id: Ic4a806232aadae0a60f5bc06de1604d9c5996e6f
includes/Exception.php