Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-7043

Undefined variable: error in dbal.php

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.1
    • 3.0.x
    • None
    • PHP Environment: 5.2.4-2ubuntu5
      Database: PostgreSQL 8.2

      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.

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

              Created:
              Updated:
              Resolved: