Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Σταύρος Παπαδάκης
gredu_labs
Commits
79cc765b
Commit
79cc765b
authored
Mar 01, 2016
by
Georgios Tsakalos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove debug code
parent
a9ee81ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
module/schools/src/Action/Software/PersistSoftware.php
module/schools/src/Action/Software/PersistSoftware.php
+0
-1
No files found.
module/schools/src/Action/Software/PersistSoftware.php
View file @
79cc765b
...
@@ -38,7 +38,6 @@ class PersistSoftware
...
@@ -38,7 +38,6 @@ class PersistSoftware
$params
[
'school_id'
]
=
$school
->
id
;
$params
[
'school_id'
]
=
$school
->
id
;
$id
=
$params
[
'id'
];
$id
=
$params
[
'id'
];
unset
(
$params
[
'id'
]);
unset
(
$params
[
'id'
]);
error_log
(
print_r
(
$this
->
softwareService
,
TRUE
));
try
{
try
{
if
(
$id
)
{
if
(
$id
)
{
$software
=
$this
->
softwareService
->
updateSoftware
(
$params
,
$id
);
$software
=
$this
->
softwareService
->
updateSoftware
(
$params
,
$id
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment