Title: [190661] trunk/Websites/perf.webkit.org
Revision
190661
Author
[email protected]
Date
2015-10-07 00:11:08 -0700 (Wed, 07 Oct 2015)

Log Message

Unreviewed. Fix a typo in r190645.

* public/include/db.php:

Modified Paths

Diff

Modified: trunk/Websites/perf.webkit.org/ChangeLog (190660 => 190661)


--- trunk/Websites/perf.webkit.org/ChangeLog	2015-10-07 04:08:25 UTC (rev 190660)
+++ trunk/Websites/perf.webkit.org/ChangeLog	2015-10-07 07:11:08 UTC (rev 190661)
@@ -1,3 +1,9 @@
+2015-10-07  Ryosuke Niwa  <[email protected]>
+
+        Unreviewed. Fix a typo in r190645.
+
+        * public/include/db.php:
+
 2015-10-06  Ryosuke Niwa  <[email protected]>
 
         V2 UI shouldn't sort dashboards lexicologically

Modified: trunk/Websites/perf.webkit.org/public/include/db.php (190660 => 190661)


--- trunk/Websites/perf.webkit.org/public/include/db.php	2015-10-07 04:08:25 UTC (rev 190660)
+++ trunk/Websites/perf.webkit.org/public/include/db.php	2015-10-07 07:11:08 UTC (rev 190661)
@@ -43,7 +43,7 @@
 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')) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to