Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Commit

Permalink
update sosumi to fix issues caused by iCloud deployment
Browse files Browse the repository at this point in the history
update playnice to use non-scraper lib (since scraper lib appears to be in a broken state)
  • Loading branch information
ablyler committed Jun 10, 2011
1 parent 39277fc commit 974fe0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sosumi
2 changes: 1 addition & 1 deletion playnice.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

include_once(BASE_PATH . "/lib/class.google.php");
include_once(BASE_PATH . "/lib/class.playnice.php");
include_once(BASE_PATH . "/lib/sosumi/class.sosumi.scraper.php");
include_once(BASE_PATH . "/lib/sosumi/PHP/class.sosumi.php");

// Generate paths to store information
$statusFile = BASE_PATH . "/status.txt";
Expand Down

0 comments on commit 974fe0b

Please sign in to comment.