We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad1849 commit fd2551eCopy full SHA for fd2551e
1 file changed
classes/RDFIO_SpecialPage.php
@@ -65,16 +65,6 @@ private function setHeadersForOutputType( $outputType ) {
65
* @return bool
66
*/
67
protected function allowInsert( $user, $request ) {
68
- global $rogAllowRemoteEdit;
69
-
70
- if ( !isset( $rogAllowRemoteEdit ) ) {
71
- return false;
72
- }
73
74
- if ( !$rogAllowRemoteEdit ) {
75
76
77
78
if ( !$this->editTokenOk( $user, $request ) ) {
79
return false;
80
}
0 commit comments