We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291edc4 commit e05b573Copy full SHA for e05b573
migrations/v204.php
@@ -1,9 +1,9 @@
1
<?php
2
/**
3
*
4
- * IP anonymised extension for the phpBB Forum Software package.
+ * Pastebin extension for the phpBB Forum Software package.
5
6
- * @copyright (c) 2020 Crizzo <https://www.crizzo.de>
+ * @copyright (c) 2020 Crizzo <https://www.phpBB.de>
7
* @license GNU General Public License, version 2 (GPL-2.0)
8
9
*/
@@ -21,6 +21,10 @@ static public function depends_on()
21
22
public function update_data()
23
{
24
+ $data = array(
25
+ array('config.update', array('pastebin_version', '2.0.4')),
26
+ );
27
+
28
// Check if user role exists and assign permission to user standard role
29
if ($this->role_exists('ROLE_USER_STANDARD'))
30
0 commit comments