mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
Fix problems when friendica is installed in a subpath; small CSS-Fixes
This commit is contained in:
parent
7115197a33
commit
2c80f61876
8 changed files with 47 additions and 35 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue