[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch master updated: fiche->get_category mu
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] branch master updated: fiche->get_category must return a value |
Date: |
Thu, 01 Apr 2021 05:43:32 -0400 |
This is an automated email from the git hooks/post-receive script.
sparkyx pushed a commit to branch master
in repository noalyss.
The following commit(s) were added to refs/heads/master by this push:
new 709bc17 fiche->get_category must return a value
709bc17 is described below
commit 709bc1703c5675de18dd2763fd47f7c64b851ce9
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Apr 1 11:43:17 2021 +0200
fiche->get_category must return a value
---
include/class/fiche.class.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php
index 36228c1..9c3db32 100644
--- a/include/class/fiche.class.php
+++ b/include/class/fiche.class.php
@@ -2033,6 +2033,7 @@ class Fiche
$this->fd_id=0;
else
$this->fd_id=$R;
+ return $this->fd_id;
}
/*!
***************************************************
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Noalyss-commit] [noalyss] branch master updated: fiche->get_category must return a value,
Dany De Bontridder <=