mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 17:14:28 +00:00
- Phrasen Modul
- DMS Anzeige der Dokumente in Listenform - History und Diff für CMS Modul
This commit is contained in:
+1
-2
@@ -34,8 +34,7 @@ else
|
||||
die('ContentID muss uebergeben werden');
|
||||
|
||||
$version = (isset($_GET['version'])?$_GET['version']:null);
|
||||
|
||||
$sprache = getSprache();
|
||||
$sprache = (isset($_GET['sprache'])?$_GET['sprache']:getSprache());
|
||||
|
||||
//XML Content laden
|
||||
$content = new content();
|
||||
|
||||
Reference in New Issue
Block a user