Commit 56330262 authored by Nico Schallehn's avatar Nico Schallehn

Pfad org sollte gehen

parent 7a979854
...@@ -130,6 +130,7 @@ class Media { ...@@ -130,6 +130,7 @@ class Media {
//TODO Baustelle Start //TODO Baustelle Start
$Pfad = $this->PfadzumEinlesen.'/'.(strlen($value[0])>0?$value[0].'/':''); $Pfad = $this->PfadzumEinlesen.'/'.(strlen($value[0])>0?$value[0].'/':'');
$PfadOrg = (strlen($value[0])>0?$value[0].'/':'');
$FilenameOrg = $value[1]; $FilenameOrg = $value[1];
$Endung = trim(substr($FilenameOrg,strripos( $FilenameOrg,".")+1)); $Endung = trim(substr($FilenameOrg,strripos( $FilenameOrg,".")+1));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment