Plugin Directory

Changeset 729537


Ignore:
Timestamp:
06/21/2013 06:53:27 PM (13 years ago)
Author:
dphiffer
Message:

Fix for 'undefined index' error in api.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • json-api/trunk/singletons/api.php

    r725433 r729537  
    173173                }
    174174                 
    175                 if ($info['url']) {
     175                if (!empty($info['url'])) {
    176176                  echo ' | ';
    177177                  echo '<a href="' . $info['url'] . '" target="_blank">Docs</a></div>';
Note: See TracChangeset for help on using the changeset viewer.