Passed
Push — development ( 91c8ac...8f3e46 )
by Spuds
01:07 queued 27s
created
sources/ElkArte/Errors/ErrorHandler.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
 				<<<'MSG'
214 214
 PHP Fatal error:  Uncaught exception '%s' with message '%s' in %s:%s<br />
215 215
 Stack trace:<br />%s<br />  thrown in %s on line %s
216
-MSG;
216
+msg;
217 217
 
218 218
 			// write trace lines into main template
219 219
 			return sprintf(
Please login to merge, or discard this patch.
sources/ElkArte/Helper/HttpReq.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -266,7 +266,7 @@
 block discarded – undo
266 266
 	 *
267 267
 	 * @return bool
268 268
 	 */
269
-	public function isSet($key)
269
+	public function isset($key)
270 270
 	{
271 271
 		return $this->__isset($key);
272 272
 	}
Please login to merge, or discard this patch.