https://bugzilla.wikimedia.org/show_bug.cgi?id=62568

agaida <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected]
         Resolution|INVALID                     |---
     Ever confirmed|0                           |1

--- Comment #6 from agaida <[email protected]> ---
REL1_23 of MediaWik and REL1_23 produces the same bug - so it should not be
closed. Reverting 
https://git.wikimedia.org/commit/mediawiki%2Fextensions%2FAPC/42ed5a5e85020ca9f617fa3e8f4c2b4f8e5e8a72
solve that for me (Second part)

        function __construct() {
                parent::__construct( 'APC' );
                $this->title = $this->getTitle();
        }
Work
        function __construct() {
                parent::__construct( 'APC' );
                $this->title = $this->getPageTitle();
        }
Work not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to