From: Chad Horohoe Date: Sat, 27 Aug 2011 01:24:31 +0000 (+0000) Subject: Add warning to class header. X-Git-Tag: 1.31.0-rc.0~28051 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=aec749e54b2a3bdb97275e9f9569a1810aae1116;p=lhc%2Fweb%2Fwiklou.git Add warning to class header. --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 86193d7769..20e272393b 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -15,6 +15,9 @@ * redirects go to, etc. $this->mTitle (as well as $mArticle) is the * page in the database that is actually being edited. These are * usually the same, but they are now allowed to be different. + * + * Sugeon General's Warning: prologned exposure to this class is known to cause + * headaches, which may be fatal. */ class EditPage { const AS_SUCCESS_UPDATE = 200;