Add warning to class header.

This commit is contained in:
Chad Horohoe 2011-08-27 01:24:31 +00:00
parent 4840027b4d
commit aec749e54b

View file

@ -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;