Add $counter which was defined dynamically
[lhc/web/wiklou.git] / includes / changes / RecentChange.php
index 8fba6a7..0ef71c4 100644 (file)
@@ -87,6 +87,11 @@ class RecentChange {
        public $numberofWatchingusers = 0; # Dummy to prevent error message in SpecialRecentchangeslinked
        public $notificationtimestamp;
 
+       /**
+        * @var int Line number of recent change. Default -1.
+        */
+       public $counter = -1;
+
        # Factory methods
 
        /**