Skip to content

Commit d2107d2

Browse files
committed
fix error
1 parent 52f1246 commit d2107d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ushahidi/DataSource/DataSourceManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,6 @@ function ($consumer_key, $consumer_secret, $oauth_access_token, $oauth_access_to
338338

339339
protected function createSislogSource(array $config)
340340
{
341-
return new SislogSource($config);
341+
return new Sislog\Sislog($config);
342342
}
343343
}

0 commit comments

Comments
 (0)