r51430 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51429‎ | r51430 | r51431 >
Date:19:00, 3 June 2009
Author:kim
Status:deferred
Tags:
Comment:
caught small bug (self.instancedir() is a method)
Modified paths:
  • /trunk/testing/installer/naive_installer.py (modified) (history)

Diff [purge]

Index: trunk/testing/installer/naive_installer.py
@@ -50,7 +50,7 @@
5151 schema_path=os.path.join(destination_dir, installer_name, "schema.sql")
5252 if os.path.exists(schema_path):
5353 try:
54 - installer_util.sqldotphp(self.instancedir,schema_path)
 54+ installer_util.sqldotphp(self.instancedir(),schema_path)
5555 except Exception,e:
5656 raise Naive_Installer_Exception("_setup_schema: While installing, I found a schema.sql and tried to use it, but there was some issue with it.\n",e)
5757

Status & tagging log