File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public function execute(bool $force = false) {
87
87
$ this ->check_subplugin_validity ();
88
88
if (empty ($ this ->errors ) || $ force ) {
89
89
// If all loaded data is valid, the new workflow and the steps can be stored in the database.
90
- // If we force the import, we empty the errors;
90
+ // If we force the import, we empty the errors.
91
91
$ this ->errors = [];
92
92
$ this ->persist ();
93
93
}
Original file line number Diff line number Diff line change 13
13
//
14
14
// You should have received a copy of the GNU General Public License
15
15
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
16
+
16
17
/**
17
18
* Unit tests for the lifecyclestep_email implementation of the privacy API.
18
19
*
21
22
* @author Philipp Memmel
22
23
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
24
*/
25
+
24
26
namespace lifecyclestep_email \privacy ;
25
27
26
28
use context_course ;
You can’t perform that action at this time.
0 commit comments