-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[-]fixed service and hosttemplate deletion if EVC module is not insta…
…lled
- Loading branch information
m4ximum
committed
Jan 29, 2016
1 parent
dc59c16
commit 1eed6ff
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -465,6 +465,6 @@ public function __allowDelete($hosttemplateId){ | |
return $notInUse; | ||
} | ||
|
||
return false; | ||
return true; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -461,6 +461,6 @@ public function __allowDelete($servicetemplateId){ | |
} | ||
return $notInUse; | ||
} | ||
return false; | ||
return true; | ||
} | ||
} |