Skip to content
Snippets Groups Projects
Commit db3efb24 authored by David Siegfried's avatar David Siegfried
Browse files

rename link, re #3451

parent 809400ec
No related branches found
No related tags found
No related merge requests found
...@@ -346,7 +346,7 @@ class Resources_RoomPlanningController extends AuthenticatedController ...@@ -346,7 +346,7 @@ class Resources_RoomPlanningController extends AuthenticatedController
} }
if ($GLOBALS['perm']->have_perm('admin') && $this->resource instanceof Room) { if ($GLOBALS['perm']->have_perm('admin') && $this->resource instanceof Room) {
$actions->addLink( $actions->addLink(
_('Raum Bearbeiten'), _('Raum bearbeiten'),
URLHelper::getURL( URLHelper::getURL(
'dispatch.php/resources/room/edit/' . $this->resource->id 'dispatch.php/resources/room/edit/' . $this->resource->id
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment