Compare commits
2 commits
6d184d2f6a
...
679e377c92
Author | SHA1 | Date | |
---|---|---|---|
679e377c92 | |||
58e4580c81 |
1 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ class helper_plugin_semantic extends DokuWiki_Plugin
|
|||
*/
|
||||
public function getAuthor()
|
||||
{
|
||||
return ( array_key_exists('creator', $this->meta) ) ?
|
||||
return ( array_key_exists('creator', $this->meta ) ?
|
||||
$this->meta['creator'] : null;
|
||||
}
|
||||
|
||||
|
@ -142,7 +142,7 @@ class helper_plugin_semantic extends DokuWiki_Plugin
|
|||
*/
|
||||
public function getAuthorID()
|
||||
{
|
||||
return ( array_key_exists('user', $this->meta) ) ?
|
||||
return ( array_key_exists('user', $this->meta ) ?
|
||||
$this->meta['user'] : null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue