Skip to content

Commit

Permalink
Show more info
Browse files Browse the repository at this point in the history
Signed-off-by: Suki <suki@missallsunday.com>
  • Loading branch information
MissAllSunday committed Jul 22, 2013
1 parent ccd4961 commit 3d2f4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/ModSite/ModSiteParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function parse($file)
}
catch (RuntimeException $e)
{
log_error('issues with github API');
log_error('issues with github API'. $e->getMessage());
}

/* Merge the info */
Expand Down
3 changes: 1 addition & 2 deletions Sources/ModSite/Subs-ModSite.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
if (!defined('SMF'))
die('Hacking attempt...');


class ModSite extends ModSiteParser
{
protected $_table = array(
'name' => 'mod_site',
'columns' => array('id', 'name', 'cat', 'downloads'),
);
);

public static $name = 'modsite';

Expand Down

0 comments on commit 3d2f4ae

Please sign in to comment.