summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-28 19:02:38 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-28 19:02:38 +0000
commit3625dddf1174adce9dd988c7139e2a58b9245f52 (patch)
tree2644d147ec702f18e67139a75d7c9f92c4f52dd7 /includes
parentd6e113a3de6a10a512aa11342b7f82bf63a7c7e7 (diff)
downloadbrdo-3625dddf1174adce9dd988c7139e2a58b9245f52.tar.gz
brdo-3625dddf1174adce9dd988c7139e2a58b9245f52.tar.bz2
- Patch #524728 by David_Rothstein, anarcat: white space clean-up.
Diffstat (limited to 'includes')
-rw-r--r--includes/install.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/install.inc b/includes/install.inc
index 12e8fac07..14999d2c9 100644
--- a/includes/install.inc
+++ b/includes/install.inc
@@ -346,7 +346,7 @@ abstract class DatabaseTasks {
}
}
else {
- throw new DatabaseTaskException(st("Failed to run all tasks against the database server. The task %task wasn\'t found.", array('%task' => $task['function'])));
+ throw new DatabaseTaskException(st("Failed to run all tasks against the database server. The task %task wasn't found.", array('%task' => $task['function'])));
}
}
}