Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-7043

Undefined variable: error in dbal.php

    XMLWordPrintable

Details

    Description

      When I submit a reply to a topic where the reply contains an attachment, I receive the following warning:

      [phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 610: Undefined variable: error

      In revision 8414, $error was renamed to $this->sql_error_returned within the sql_error function, so I guess

      return $error; 

      should be changed to

      return $this->sql_error_returned; 

      as well.

      Attachments

        Activity

          People

            Acyd Burn Meik Sievertsen [X] (Inactive)
            Schumi Schumi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: