From: Aaron Schulz Date: Wed, 2 Apr 2008 06:03:00 +0000 (+0000) Subject: NO_ACTION_LINK should be here X-Git-Tag: 1.31.0-rc.0~48683 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=ab27e066cedaeb6982a7bcf377314a63a567bd51;p=lhc%2Fweb%2Fwiklou.git NO_ACTION_LINK should be here --- diff --git a/includes/LogEventList.php b/includes/LogEventList.php index d27795ec33..1daa5301b1 100644 --- a/includes/LogEventList.php +++ b/includes/LogEventList.php @@ -285,8 +285,6 @@ class LogEventList { * @addtogroup SpecialPage */ class LogReader { - const NO_ACTION_LINK = 1; - var $db, $joinClauses, $whereClauses; var $type = '', $user = '', $title = null, $pattern = false; @@ -514,6 +512,7 @@ class LogReader { * @addtogroup SpecialPage */ class LogViewer { + const NO_ACTION_LINK = 1; /** * @var LogReader $reader */