Skip to content

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jul 3, 2017
1 parent 3a36da2 commit 2a81a4c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ansel/disclamer.php → ansel/disclaimer.php
Expand Up @@ -19,7 +19,7 @@
Horde::url('view.php?view=List', true)->redirect();
exit;
}
$form = new Horde_Form($vars, _("Content Disclaimer"), 'disclamer');
$form = new Horde_Form($vars, _("Content Disclaimer"), 'disclaimer');
$form->addVariable($gallery->get('name'), 'name', 'description', false);
$form->addVariable($gallery->get('desc'), 'desc', 'description', false);
$form->addHidden('', 'url', 'text', true);
Expand Down
2 changes: 1 addition & 1 deletion ansel/lib/View/Gallery.php
Expand Up @@ -69,7 +69,7 @@ public function __construct(array $params = array())
true);

$params = array('gallery' => $this->gallery->id, 'url' => Horde::signUrl($galleryurl));
Horde::url('disclamer.php')->add($params)->setRaw(true)->redirect();
Horde::url('disclaimer.php')->add($params)->setRaw(true)->redirect();
exit;
}

Expand Down
2 changes: 1 addition & 1 deletion ansel/lib/View/Image.php
Expand Up @@ -131,7 +131,7 @@ public function __construct(array $params = array())
true);

$params = array('gallery' => $this->gallery->id, 'url' => Horde::signUrl($url));
Horde::url('disclamer.php')->add($params)->setRaw(true)->redirect();
Horde::url('disclaimer.php')->add($params)->setRaw(true)->redirect();
exit;
}

Expand Down
8 changes: 4 additions & 4 deletions ansel/package.xml
Expand Up @@ -22,7 +22,7 @@
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2016-11-09</date>
<date>2017-07-03</date>
<version>
<release>4.0.0</release>
<api>4.0.0</api>
Expand Down Expand Up @@ -574,7 +574,7 @@
<file name="browse.php" role="horde" />
<file name="browse_edit.php" role="horde" />
<file name="COPYING" role="doc" />
<file name="disclamer.php" role="horde" />
<file name="disclaimer.php" role="horde" />
<file name="edit_dates.php" role="horde" />
<file name="gallery.php" role="horde" />
<file name="group.php" role="horde" />
Expand Down Expand Up @@ -817,7 +817,7 @@
<install as="ansel/browse.php" name="browse.php" />
<install as="ansel/browse_edit.php" name="browse_edit.php" />
<install as="COPYING" name="COPYING" />
<install as="ansel/disclamer.php" name="disclamer.php" />
<install as="ansel/disclaimer.php" name="disclaimer.php" />
<install as="ansel/edit_dates.php" name="edit_dates.php" />
<install as="ansel/gallery.php" name="gallery.php" />
<install as="ansel/group.php" name="group.php" />
Expand Down Expand Up @@ -1433,7 +1433,7 @@
</notes>
</release>
<release>
<date>2016-11-09</date>
<date>2017-07-03</date>
<version>
<release>4.0.0</release>
<api>4.0.0</api>
Expand Down

0 comments on commit 2a81a4c

Please sign in to comment.