Skip to content

Commit

Permalink
Merge pull request #136 from znframework/5.9
Browse files Browse the repository at this point in the history
5.6.4: Fixed.
  • Loading branch information
ozanuykun committed Sep 24, 2018
2 parents a66aa5a + a547883 commit 9e75d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Internal/package-database/CallableTalkingQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function __call($method, $parameters)
}
else
{
return $this->callResultMethodsTalkingQuery($method, $split, $parameters);
return $this->callResultMethodsTalkingQuery($originMethodName, $split, $parameters);
}
}

Expand Down
2 changes: 1 addition & 1 deletion zeroneed.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
|
*/

ZN\ZN::run('FE', '5.9.3.2', 'Elon Musk');
ZN\ZN::run('FE', '5.9.4', 'Elon Musk');

0 comments on commit 9e75d36

Please sign in to comment.