Fix problems when friendica is installed in a subpath; small CSS-Fixes

This commit is contained in:
friendica 2012-06-04 19:18:20 +02:00
parent 7115197a33
commit 2c80f61876
8 changed files with 47 additions and 35 deletions

View file

@ -113,9 +113,10 @@ abstract class AnimexxCalSource
* @abstract
* @param string $sd
* @param string $ed
* @param string $base_path
* @return array
*/
public abstract function listItemsByRange($sd, $ed);
public abstract function listItemsByRange($sd, $ed, $base_path);
/**
@ -134,4 +135,4 @@ abstract class AnimexxCalSource
return null;
}
}
}