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

static method eZTextFileUser::loginUser try to call pseudo-variable $this

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Medium Medium
    • None
    • 4.1.0
    • None

    Description

      in kernel\classes\datatypes\ezuser\eztextfileuser.php line 289

      $user = $this->create( $userID );
      

      "create" is a static method in eZUser Class

      $user = eZUser::create( $userID );
      

      or

      $user = parent::create( $userID );
      

      Attachments

        Activity

          People

            unknown unknown
            sn4rky2 sn4rky2
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: