Commit: aec607e7389b80347235a6183c9713a7dd10eec5 Author: Anatol Belski <[email protected]> Sun, 20 Nov 2016 12:20:44 +0100 Parents: 2118134880da652f06f0e3e80caa19a26e9761f4 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=aec607e7389b80347235a6183c9713a7dd10eec5 Log: fix typo Changed paths: M include/Branch.php Diff: diff --git a/include/Branch.php b/include/Branch.php index e2785bd..01cea31 100644 --- a/include/Branch.php +++ b/include/Branch.php @@ -28,7 +28,7 @@ class Branch { if (file_exists($this->db_path)) { $this->data = json_decode(file_get_contents($this->db_path)); if ($this->data->build_run == $this->required_build_runs) { - $this->build_run = 0; + $this->data->build_run = 0; } } else { $data = new \StdClass; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
