Cleaning up the Api::_runActionMethod() method
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 30 Nov 2007 18:33:03 +0000 (13:33 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 30 Nov 2007 18:33:03 +0000 (13:33 -0500)
commit0a51bd7ef5a1072c300e4a696ba3442383b0bb7b
tree2a7e05216b0bc29ffd738639f0d3174356e2694d
parentcba73b395bcdd1578de6612e2d015e5170a654e7
Cleaning up the Api::_runActionMethod() method

* Api.php:
(BSApi::_runActionMethod): Don't use the ternary operator, just use the if() statment at the beginning
Api.php