Skip to content

Commit 2d159f3

Browse files
committedOct 20, 2015
[GRASS] 261df82 followup
1 parent 261df82 commit 2d159f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎src/providers/grass/qgsgrassprovidermodule.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,7 @@ bool QgsGrassMapsetItem::objectInImports( QgsGrassObject grassObject )
398398
}
399399
if ( import->names().contains( grassObject.name() ) )
400400
{
401-
return true; if ( !QgsGrass::isOwner( mGrassObject.gisdbase(), mGrassObject.location(), mGrassObject.mapset() ) )
402-
{
403-
return false;
404-
}
401+
return true;
405402
}
406403
}
407404
return false;

0 commit comments

Comments
 (0)
Please sign in to comment.