diff options
author | friendica <info@friendica.com> | 2013-10-16 00:17:16 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-16 00:17:16 -0700 |
commit | a3b358d0256a8519744ab71cfb02fcb8f650a271 (patch) | |
tree | 09963837461f20110cea8517f0178979c795bb6a /mod/view.php | |
parent | 9cb3a44177115e81a9a1923fd0e00386748a6582 (diff) | |
download | volse-hubzilla-a3b358d0256a8519744ab71cfb02fcb8f650a271.tar.gz volse-hubzilla-a3b358d0256a8519744ab71cfb02fcb8f650a271.tar.bz2 volse-hubzilla-a3b358d0256a8519744ab71cfb02fcb8f650a271.zip |
wrong app name
Diffstat (limited to 'mod/view.php')
-rw-r--r-- | mod/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/view.php b/mod/view.php index 9e5eff962..d4381743c 100644 --- a/mod/view.php +++ b/mod/view.php @@ -1,6 +1,6 @@ <?php /** - * load view/theme/$current_theme/style.php with friendica contex + * load view/theme/$current_theme/style.php with Red context */ function view_init($a){ |