* public/include/db.php:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@190661
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-10-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed. Fix a typo in r190645.
+
+ * public/include/db.php:
+
2015-10-06 Ryosuke Niwa <rniwa@webkit.org>
V2 UI shouldn't sort dashboards lexicologically
function generate_data_file($filename, $content) {
if (!assert(ctype_alnum(str_replace(array('-', '_', '.'), '', $filename))))
return FALSE;
- return file_put_contents(config_path('dataDirectory'. $filename), $content);
+ return file_put_contents(config_path('dataDirectory', $filename), $content);
}
if (config('debug')) {