phpBB

Code Changes

File: phpbb/db/migration/tool/permission.php

  Unmodified   Added   Modified   Removed
Line 636Line 636
					$arguments[1],
$arguments[0],
);

					$arguments[1],
$arguments[0],
);

 
			break;

case 'reverse':
// Reversing a reverse is just the call itself
$call = array_shift($arguments);

			break;
}


			break;
}