Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-11520

eZLog::write is not declared static, but it is invoked as such

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 4.0.0alpha1
    • 4.0.0trunk
    • Misc
    • None

    Description

      function write( $message, $logName = 'common.log', $dir = '' )

      in lib/ezfile/classes/ezlog.php

      should be

      static function write( $message, $logName = 'common.log', $dir = '' )

      It is invoked as static by ezAudit class

      Attachments

        Activity

          People

            cyberwolf cyberwolf
            72f8acac-185f-4a54-9470-a7473f50daab@accounts.ibexa.co Gaetano Giunta
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: