]> granicus.if.org Git - php/commitdiff
stupid missing semicolon
authorChristian Stocker <chregu@php.net>
Wed, 4 Jul 2001 11:24:49 +0000 (11:24 +0000)
committerChristian Stocker <chregu@php.net>
Wed, 4 Jul 2001 11:24:49 +0000 (11:24 +0000)
pear/Config.php

index acfec3a9839878bf22604bd9232af54827b0514e..64d5bb9292118456f0b8242bc68a60b6dae59293 100644 (file)
@@ -280,7 +280,7 @@ class Config  {
         if( empty( $datasrc ) ) {
             $datasrc = $this -> datasrc ;
         }
-        $this->container->data = $this->data
+        $this->container->data = $this->data;
         $this->container->writeInput($datasrc,$preserve);
     }