Skip to content

Commit

Permalink
[CastorusBridge] Fix broken activity selector
Browse files Browse the repository at this point in the history
  • Loading branch information
logmanoriginal committed Jun 28, 2019
1 parent 1add201 commit 73f4bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/CastorusBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function collectData(){
if(!$html)
returnServerError('Could not load data from ' . self::URI . '!');

$activities = $html->find('div#activite/li');
$activities = $html->find('div#activite > li');

if(!$activities)
returnServerError('Failed to find activities!');
Expand Down

0 comments on commit 73f4bc0

Please sign in to comment.