--- extension/ezoracle/clusterfilehandlers/dfsbackends/oracle.php.org	2010-11-24 11:34:09.000000000 +0100
+++ extension/ezoracle/clusterfilehandlers/dfsbackends/oracle.php	2010-11-24 11:34:37.000000000 +0100
@@ -817,7 +817,7 @@
         // Check if a file with the same name already exists in db.
         if ( $row = $this->_fetchMetadata( $filePath ) ) // if it does
         {
-            $sql  = "UPDATE " . set::TABLE_METADATA . " SET " .
+            $sql  = "UPDATE " . self::TABLE_METADATA . " SET " .
                     //"name='$filePathEscaped', name_hash='$filePathHash', " .
                     "datatype='$datatype', scope='$scope', " .
                     "filesize=$contentLength, mtime=$fileMTime, expired='0' " .
