From 6f3ea77d751189f825024d07aac0e8858fb435b6 Mon Sep 17 00:00:00 2001 From: Leif Andersson <leif.andersson@control.lth.se> Date: Sat, 14 May 2016 18:13:55 +0200 Subject: [PATCH] AA --- ReglerPublications.module.php | 3 ++- lang/index.html | 1 + lib/index.html | 1 + templates/index.html | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 lang/index.html create mode 100644 lib/index.html create mode 100644 templates/index.html diff --git a/ReglerPublications.module.php b/ReglerPublications.module.php index 90a2c56..70ffa3f 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 0000000..e22993a --- /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 0000000..e22993a --- /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 0000000..e22993a --- /dev/null +++ b/templates/index.html @@ -0,0 +1 @@ +<!-- DUMMY HTML FILE --> \ No newline at end of file -- GitLab