diff options
author | Hanne Moa <hanne.moa@uninett.no> | 2016-02-29 15:36:40 +0100 |
---|---|---|
committer | Hanne Moa <hanne.moa@uninett.no> | 2016-02-29 15:36:40 +0100 |
commit | f66612385c58e18dfb86478ecd5698ab41af363a (patch) | |
tree | b6b6e37808b228035bd1c38238ba3b2882c5f12b /lib/SimpleSAML | |
parent | 9273cd320cc02f90d2375888d0dd9a9ce1f33c04 (diff) | |
download | simplesamlphp-f66612385c58e18dfb86478ecd5698ab41af363a.zip simplesamlphp-f66612385c58e18dfb86478ecd5698ab41af363a.tar.gz simplesamlphp-f66612385c58e18dfb86478ecd5698ab41af363a.tar.bz2 |
Corrected confusing example in comment
Diffstat (limited to 'lib/SimpleSAML')
-rw-r--r-- | lib/SimpleSAML/XHTML/Template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php index 747c9b5..47b5586 100644 --- a/lib/SimpleSAML/XHTML/Template.php +++ b/lib/SimpleSAML/XHTML/Template.php @@ -295,7 +295,7 @@ class SimpleSAML_XHTML_Template $filename = \SimpleSAML\Module::getModuleDir($themeModule). '/themes/'.$themeName.'/'.$templateModule.'/'.$templateName; } elseif ($templateModule !== 'default') { - // .../module/<templateModule>/templates/<themeName>/<templateName> + // .../module/<templateModule>/templates/<templateName> $filename = \SimpleSAML\Module::getModuleDir($templateModule).'/templates/'.$templateName; } else { // .../templates/<theme>/<templateName> |