projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b769613
)
Remove now-empty function
author
eileen
<emcnaughton@wikimedia.org>
Wed, 17 Mar 2021 19:20:50 +0000
(08:20 +1300)
committer
eileen
<emcnaughton@wikimedia.org>
Wed, 17 Mar 2021 19:20:50 +0000
(08:20 +1300)
CRM/Admin/Form/Setting/Path.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Admin/Form/Setting/Path.php
b/CRM/Admin/Form/Setting/Path.php
index e42071928bd806fdfde732a613f51062188016a2..aa17363a29141ec19db4856b2014b9318cf53e46 100644
(file)
--- a/
CRM/Admin/Form/Setting/Path.php
+++ b/
CRM/Admin/Form/Setting/Path.php
@@
-31,6
+31,8
@@
class CRM_Admin_Form_Setting_Path extends CRM_Admin_Form_Setting {
/**
* Build the form object.
+ *
+ * @throws \CRM_Core_Exception
*/
public function buildQuickForm() {
CRM_Utils_System::setTitle(ts('Settings - Upload Directories'));
@@
-56,8
+58,4
@@
class CRM_Admin_Form_Setting_Path extends CRM_Admin_Form_Setting {
}
- public function postProcess() {
- parent::postProcess();
- }
-
}