diff --git a/ReglerPublications.module.php b/ReglerPublications.module.php index 90a2c56768d861d871f9ebd46441c9c0274e2e50..70ffa3fb064d4347b7f60033db8088dd366a0351 100644 --- a/ReglerPublications.module.php +++ b/ReglerPublications.module.php @@ -179,7 +179,8 @@ class ReglerPublications extends CMSModule { $this->RestrictUnknownParams(); - + $this->RegisterModulePlugin(); + $this->CreateParameter('title','','title'); $this->SetParameterType('title',CLEAN_STRING); diff --git a/lang/index.html b/lang/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e22993ad924f06625edae7bbd31d9ef2209ff90c --- /dev/null +++ b/lang/index.html @@ -0,0 +1 @@ +<!-- DUMMY HTML FILE --> \ No newline at end of file diff --git a/lib/index.html b/lib/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e22993ad924f06625edae7bbd31d9ef2209ff90c --- /dev/null +++ b/lib/index.html @@ -0,0 +1 @@ +<!-- DUMMY HTML FILE --> \ No newline at end of file diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e22993ad924f06625edae7bbd31d9ef2209ff90c --- /dev/null +++ b/templates/index.html @@ -0,0 +1 @@ +<!-- DUMMY HTML FILE --> \ No newline at end of file