Changeset 730033
- Timestamp:
- 06/22/2013 04:14:50 PM (13 years ago)
- File:
-
- 1 edited
-
json-api/trunk/singletons/api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
json-api/trunk/singletons/api.php
r730032 r730033 190 190 191 191 foreach($info['methods'] as $method) { 192 $url = $this->get_method_url($controller, $method , array('dev' => 1));192 $url = $this->get_method_url($controller, $method); 193 193 if ($active) { 194 194 echo "<code><a href=\"$url\">$method</a></code> ";
Note: See TracChangeset
for help on using the changeset viewer.