Fix wfGetCaller() and wfFormatStackFrame() documentation
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 29 Aug 2012 19:36:37 +0000 (21:36 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 29 Aug 2012 19:36:37 +0000 (21:36 +0200)
commitb455e43276f2f47f364ae73a5122fb153933f593
treeeee1e461a96bbe8bf430bc74ddf5620200b67779
parent5e8d3f08b3987ad902c09298d14037fdd56ed45b
Fix wfGetCaller() and wfFormatStackFrame() documentation

These two functions cannot return a boolean.

Also simplified wfGetCaller() to not use the $caller local
variable which is totally useless in that case.

Change-Id: I81707a8292afc1829921b58cdaae81b3147ee3cb
includes/GlobalFunctions.php