Skip to content

Commit

Permalink
MDL-19708 adding missing sumbit button class include
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 3, 2009
1 parent f80ee89 commit 49427ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/form/cancel.php
@@ -1,5 +1,10 @@
<?php
require_once('HTML/QuickForm/submit.php');
if (!defined('MOODLE_INTERNAL')) {
die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page
}

global $CFG;
require_once($CFG->libdir.'/form/submit.php');

/**
* HTML class for a submit type element
Expand Down

0 comments on commit 49427ed

Please sign in to comment.