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

add missing info-template for log-actions, closes #1065

Closes #1065

Merge request studip/studip!632
parent e2d8e70f
No related branches found
No related tags found
No related merge requests found
<?php
class AddTemplateToLogAction extends Migration
{
public function description()
{
return 'Adds missing template to info_template';
}
public function up()
{
DBManager::get()->exec("UPDATE `log_actions` SET `info_template` = '%user ändert Berechtigung von %res(%affected): %info' WHERE `name` = 'RES_PERM_CHANGE'");
}
public function down()
{
}
}
\ No newline at end of file
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