• Resolved klewis

    (@blackawxs)


    Error in class.datatester.logging.php

    on line 81, is the following:

    
      public static function initProfiling()
        {
            $this->profileLogArray = array();
        }
    

    …But $this cannot be used in static methods.

    reference: https://stackoverflow.com/a/11664603/957186

    • This topic was modified 7 years ago by klewis.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘static error with keyword $this’ is closed to new replies.